home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dlaydr / dlaycabn.frm next >
Text File  |  1995-05-08  |  1KB  |  45 lines

  1. VERSION 2.00
  2. Begin Form CabinetList 
  3.    BackColor       =   &H00E0E0E0&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Items in Cabinet"
  6.    ClientHeight    =   1890
  7.    ClientLeft      =   6405
  8.    ClientTop       =   4665
  9.    ClientWidth     =   3255
  10.    ControlBox      =   0   'False
  11.    Height          =   2295
  12.    Icon            =   DLAYCABN.FRX:0000
  13.    Left            =   6345
  14.    LinkMode        =   1  'Source
  15.    LinkTopic       =   "Form1"
  16.    MaxButton       =   0   'False
  17.    MinButton       =   0   'False
  18.    ScaleHeight     =   1890
  19.    ScaleWidth      =   3255
  20.    Top             =   4320
  21.    Width           =   3375
  22.    Begin CommandButton OK 
  23.       Caption         =   "OK"
  24.       Height          =   380
  25.       Left            =   120
  26.       TabIndex        =   0
  27.       Top             =   1440
  28.       Width           =   615
  29.    End
  30.    Begin ListBox List1 
  31.       Height          =   1200
  32.       Left            =   120
  33.       Sorted          =   -1  'True
  34.       TabIndex        =   1
  35.       Tag             =   "TrashList"
  36.       Top             =   120
  37.       Width           =   3015
  38.    End
  39. End
  40.  
  41. Sub OK_Click ()
  42.      CabinetList.Hide
  43. End Sub
  44.  
  45.